home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / gru.arc / GURU.DOC next >
Text File  |  1991-04-28  |  4KB  |  146 lines

  1.  
  2. ** 6-20-88 ** FLASH! *******************************************************
  3.  
  4.              "GRU" G)raphics R)eference U)tility Version 1.00
  5.  
  6.  
  7.     Here it is, an all-new, memory-resident BGI+ Reference Utility!
  8.  
  9.  
  10.       This program presents a complete reference guide to Borland's
  11.     BGI routines. If you're tired of spending alot of time looking
  12.     up items in the manual, GRU is for you!
  13.  
  14.  
  15.  
  16.    Covered items are:
  17.  
  18.   1) Pre-defined Graph constants. A complete chart(s) of all the pre-
  19.      defined constants in the Graph unit, indexed and sorted.
  20.  
  21.   2) Procedures. ALL Graph related procedures are listed with their
  22.      parameters, on scrollable pages and alphabetized for your
  23.      covenience!
  24.  
  25.   3) Modes/Drivers. All graphics drivers and their associated modes
  26.      are covered, in scrollable windows. These include resolutions.
  27.  
  28.   4) Errors. A COMPLETE list of all possible errors (returned in
  29.      GraphResult.) The constants and their error numbers are covered.
  30.  
  31.   5) Ascii! A Side-Kick like Ascii chart is also included.
  32.  
  33.   6) User-Definable HotKey Assignment! Yes, you may select any key
  34.      combination to initiate GRU. In addition, GRU should be
  35.      compatable with many other TSR's.
  36.  
  37.   7) Unload ability. yes, you may load-unload GRU at your convenience.
  38.      As many times as you want. If you need the extra memory, GRU is
  39.      there to help.
  40.  
  41.  
  42.  
  43.     There won't be any long instructions on how to use GRU, it's so
  44.   simple, anyone can operate it. Once you load GRU into memory. You
  45.   need only press the active hotkey(s) and the main menu will appear.
  46.   This menu runs JUST LIKE most other menus: Press first letter or
  47.   use the arrow keys and <ENTER> Nothing tricky there. Each menu
  48.   option has a help line explaining what the option does. In no time,
  49.   you'll know the routine by heart.
  50.  
  51.     When scrolling through windows, use the Page keys, or the Up/Dn/Hm/End
  52.   arrow keys to change screens, and always hit <ESC> to return!
  53.  
  54.     That's all you need to know. The rest is up to you. Lets see some
  55.   of your talents emerge out there! The BGI+ is one of the best things
  56.   to come to PC graphics in a long time. Now there's no excuse not to
  57.   go out and write some dazzling graphics programs using it!
  58.  
  59.  
  60.                If you find GRU useful, let me know about it!
  61.                Also see the file "MEMPAS.ARC" for a complete
  62.                memory-resident Turbo Pascal 4.0 reference.
  63.  
  64.                Borland's products are great, together we
  65.                can make them even better by showing off
  66.                what they can do in the hands of the creative
  67.                people that use them. Remember, if you find
  68.                GRU useful, you should register. If you would
  69.                like to register, inquire about group rates,
  70.                future programs, etc. Drop me a line at the
  71.                below address or send me E-MAIL. -> 72207, 247.
  72.  
  73.  
  74.  
  75.                            Joseph Todd Chicago
  76.                            MindSite Software LTD
  77.                            1805 Brunetti Way
  78.                            Sparks, NV 89431
  79.  
  80.  
  81.  
  82.   Technical Stuff:
  83.  
  84.    - GRU was coded using Turbo Pascal 4.0 on an IBM PCjr. (about 1100 lines)
  85.  
  86.    - All Assembly routines were created using MASM 5.0. The use of Assembly
  87.      Language was restricted to DOS and BIOS service calls. (about 500 lines)
  88.  
  89.    - GRU is about 51k compiled, and takes up apx. 43-50k of memory.
  90.  
  91.    - Compatability has been tested on IBM PC, XT, AT, Jr, and various
  92.      clones and compatibles.
  93.  
  94.    - GRU will auto-adjust mono/color as needed.
  95.  
  96.    - GRU supports the Enhanced keyboard and CGA,EGA,VGA,Herc,MCGA and all
  97.      that other expensive stuff that only really successful programmers
  98.      can afford.
  99.  
  100.  
  101.    For those of you using the Turbo's Integrated Environment, you can
  102.    call up GRU right from the compiler's edit window! If you use the
  103.    command-line version, you may call up GRU from any DOS prompt.
  104.  
  105.  
  106.   +  "BGI" is a trademark of Borland International.
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.